home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_308 / vlt / rexx / addrexxlib.rexx < prev    next >
OS/2 REXX Batch file  |  1992-05-06  |  181b  |  6 lines

  1. /* this adds the support libraries */
  2.  
  3. check = addlib('rexxsupport.library',0,-30,0) 
  4. check = addlib('rexxmathlib.library',0,-30,0) 
  5. check = addlib('rexxarplib.library',0,-30,0)   
  6.